home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oh!X 2000 Spring
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 1).7z
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 1).bin
/
SXB
/
SXB
/
CONVIEW.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-14
|
2KB
|
63 lines
#if !defined(AFX_CONVIEW_H__C5EF8480_42EC_11D3_8D34_C6324435391B__INCLUDED_)
#define AFX_CONVIEW_H__C5EF8480_42EC_11D3_8D34_C6324435391B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConView.h : ヘッダー ファイル
//
/////////////////////////////////////////////////////////////////////////////
// CConView ビュー
class CConView : public CEditView
{
protected:
CConView(); // 動的生成に使用されるプロテクト コンストラクタ
DECLARE_DYNCREATE(CConView)
// アトリビュート
public:
CSxbDoc* GetDocument();
// オペレーション
public:
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CConView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// インプリメンテーション
protected:
virtual ~CConView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// 生成されたメッセージ マップ関数
protected:
//{{AFX_MSG(CConView)
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // SrcView.cpp ファイルがデバッグ環境の時使用されます。
inline CSxbDoc* CConView::GetDocument()
{ return (CSxbDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_CONVIEW_H__C5EF8480_42EC_11D3_8D34_C6324435391B__INCLUDED_)